mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-24 00:51:39 +00:00
4 lines
31 B
Plaintext
4 lines
31 B
Plaintext
|
#!/bin/sh
|
||
|
echo $1
|
||
|
cp "$1/*" ./
|