mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-03-11 17:03:49 +00:00
3 lines
31 B
Bash
Executable file
3 lines
31 B
Bash
Executable file
#!/bin/sh
|
|
echo $1
|
|
cp "$1/*" ./
|