mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-29 03:14:20 +01:00
15 lines
268 B
Plaintext
15 lines
268 B
Plaintext
|
redo-always
|
||
|
exec >$3
|
||
|
cat <<-EOF
|
||
|
app.icns
|
||
|
MainMenu.nib English.lproj/MainMenu.nib
|
||
|
UserDefaults.plist
|
||
|
chicken-tiny.png
|
||
|
chicken-tiny-bw.png
|
||
|
chicken-tiny-err.png
|
||
|
EOF
|
||
|
for d in *.py sshuttle/*.py sshuttle/sshuttle sshuttle/compat/*.py; do
|
||
|
echo $d
|
||
|
done
|
||
|
redo-stamp <$3
|