11 lines
167 B
Bash
11 lines
167 B
Bash
#!/bin/sh
|
|
#
|
|
|
|
echo "removing output files"
|
|
rm msgs*.txt
|
|
rm make_msgs.out
|
|
rm replace_*.out
|
|
rm ./source/*
|
|
rmdir ./source
|
|
echo "step0 finished... press key"
|
|
read |