mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
12 lines
179 B
Bash
12 lines
179 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./test_delete.sh
|
||
|
./test_large_files.sh
|
||
|
./test_lock.sh
|
||
|
./test_lots_of_files.sh
|
||
|
./test_odd_filenames.sh
|
||
|
./test_rename.sh
|
||
|
./test.sh
|
||
|
./test_undelete2.sh
|
||
|
./test_undelete.sh
|