3 lines
37 B
Bash
3 lines
37 B
Bash
#!/bin/sh
|
|
echo ${1} > my-address.txt
|
#!/bin/sh
|
|
echo ${1} > my-address.txt
|