save point

This commit is contained in:
Paul 2023-09-19 17:24:21 -05:00
parent b63edea4a5
commit bacf64dc22
6 changed files with 57 additions and 7014 deletions

9
test.bash Normal file
View 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"