mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-03 20:33:33 +03:00
7 lines
65 B
Bash
Executable File
7 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
rm -rf ~/.atom
|
|
git clean -dff
|
|
rake clean test
|