5 lines
87 B
Bash
5 lines
87 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm ../prod/resources/temp/*
|
||
|
rm ../prod/resources/text-files/jrc_smaller.txt
|