forked from hummypkg/webif
8 lines
69 B
Plaintext
8 lines
69 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo "Content-Type: text/plain"
|
||
|
echo
|
||
|
|
||
|
/bin/rm -rf /mod/*
|
||
|
|