5 lines
44 B
Bash
5 lines
44 B
Bash
|
#!/bin/sh
|
||
|
cd /tmp
|
||
|
wget http://foobar
|
||
|
exit 0
|