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