mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-03-17 03:04:24 +00:00
4 lines
31 B
Text
4 lines
31 B
Text
|
#!/bin/sh
|
||
|
echo $1
|
||
|
cp "$1/*" ./
|