mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
11 lines
89 B
Bash
Executable File
11 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd "$(dirname "$0")/.."
|
|
|
|
rm -rf ~/.atom
|
|
git clean -dff
|
|
|
|
./script/test
|