first version

This commit is contained in:
Q
2022-01-07 18:55:57 +02:00
commit 671823cbc6
7 changed files with 271 additions and 0 deletions

20
test.sh Normal file
View File

@@ -0,0 +1,20 @@
#!/bin/bash
set -x
touch foo
stat foo
atdel -d -2 foo
rm foo
touch bar foo fuu
mv fuu foo
rm bar
stat foo
atdel
atdel --delete
atdel -d -2 foo
atdel --delete
atdel -d -2 nonexist