mirror of
https://github.com/polybar/polybar.git
synced 2025-03-03 16:04:41 -05:00
3 lines
68 B
Bash
Executable file
3 lines
68 B
Bash
Executable file
#!/bin/bash
|
|
cd "${TRAVIS_BUILD_DIR}/build" || false
|
|
make || exit $?
|