save point
This commit is contained in:
parent
b63edea4a5
commit
bacf64dc22
6 changed files with 57 additions and 7014 deletions
9
test.bash
Normal file
9
test.bash
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
mkslf=$(which makeself)
|
||||
echo $mkslf
|
||||
arcdir=$(mktemp -d)
|
||||
echo $arcdir
|
||||
tmpdir=$(mktemp -d)
|
||||
echo $tmpdir
|
||||
$mkslf --gzip $tmpdir $arcdir/restore.run "SFX archive for backup" echo "Extraction done"
|
Loading…
Add table
Add a link
Reference in a new issue