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