mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-27 02:31:00 +00:00
8019e4d7dd
+ Fix warnings on recent gcc. + Audit much of the extisting dos33 code. 19 August 2009 + Add integer basic detokenizer + Implement lock/unlock in dos33 + Implement undelete in dos33 + Implement rename in dos33
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
|