Ignore:
Timestamp:
Aug 29, 2021, 8:43:55 PM (3 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, pthread-emulation, qualifiedEnum
Children:
9cb6514
Parents:
75f8e04
Message:

Hopefully removing -f means I'll never have to recover from that again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/andrew_beach_MMath/code/test.sh

    r75f8e04 r0be463c  
    5757        exit 0
    5858elif [ "-c" = "$1" ]; then                      # clean all
    59         rm -f `basename -s ".cfa" -a *.cfa`
    60         rm -f `basename -s ".cpp" -a *.cpp`
    61         rm -f *-cpp
    62         rm -f *.class
     59        rm $(basename -s ".cfa" -a *.cfa)
     60        rm $(basename -s ".cpp" -a *.cpp)
     61        rm *-cpp
     62        rm *.class
    6363        exit 0
    6464elif [ "-v" = "$1" -a 4 = "$#" ]; then
Note: See TracChangeset for help on using the changeset viewer.