mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-04 05:05:13 +00:00
17 lines
427 B
Bash
Executable File
17 lines
427 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Testing odd file names..."
|
|
|
|
cp empty.dsk test.dsk
|
|
|
|
../dos33 ./test.dsk catalog
|
|
|
|
../dos33 ./test.dsk save a ././SINCOS
|
|
../dos33 ./test.dsk save a SINCOS this_is_a_very_very_long_filename
|
|
../dos33 ./test.dsk save a SINCOS \~CrAzY\%\$F\*\{\(
|
|
../dos33 ./test.dsk save a SINCOS 679-8329
|
|
../dos33 ./test.dsk save a SINCOS SPACES\ ARE\ OK
|
|
../dos33 ./test.dsk save a SINCOS Commas,are,not
|
|
|
|
../dos33 ./test.dsk catalog
|