mirror of
https://github.com/Horhik/dotfiles.git
synced 2024-11-01 06:27:18 +00:00
4 lines
31 B
Bash
Executable file
4 lines
31 B
Bash
Executable file
#!/bin/sh
|
|
echo $1
|
|
cp "$1/*" ./
|