mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 18:24:09 +03:00
6 lines
50 B
Bash
Executable File
6 lines
50 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -ex
|
|
rm -rf ~/.atom
|
|
rake clean test
|