mirror of
https://codeberg.org/vlw/dotfiles.git
synced 2026-01-11 21:36:00 +01:00
5 lines
47 B
Bash
Executable file
5 lines
47 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cp -rp . $HOME
|
|
cd ..
|
|
rm -r dotfiles
|