5 lines
60 B
Bash
5 lines
60 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
echo "$1" >> /home/kolan/download/wget_list.txt
|
||
|
|