mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
7 lines
103 B
Bash
Executable File
7 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
script/build
|
|
script/grunt mkrpm publish-build --stack --no-color --install-dir /usr
|