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