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