7 lines
57 B
Bash
Executable file
7 lines
57 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
mkdir ~/.atom
|
|
|
|
cp * ~/.atom
|