mirror of
https://github.com/Bismuth-Forge/bismuth.git
synced 2024-11-05 09:04:26 +03:00
6 lines
105 B
Bash
6 lines
105 B
Bash
|
#!/usr/bin/env sh
|
||
|
set -e
|
||
|
|
||
|
# Unload script from KWin
|
||
|
bin/load-script.sh "unload" "$npm_package_name-test"
|