Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
#!/bin/sh |
|
|
|
#tar -rvrf /tmp/uberclock.tar uberclock/external/ |
|
|
|
echo "create archive..." |
|
tar czf /tmp/uberclock_full.tar.gz --transform="s,./,uberclock/," . |
|
|
|
|
|
echo /tmp/uberclock_full.tar.gz created !!! |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Press h to open a hovercard with more details.