mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-14 09:34:03 -06:00
5 lines
44 B
Bash
Executable File
5 lines
44 B
Bash
Executable File
#!/bin/sh
|
|
cd /tmp
|
|
wget http://foobar
|
|
exit 0
|