6 lines
82 B
Bash
6 lines
82 B
Bash
|
#!/bin/bash
|
||
|
if [ "$1" = "pushed" ]
|
||
|
then
|
||
|
$(dirname $0)/../beamerdetect.sh off
|
||
|
fi
|