mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-03-09 15:40:18 +00:00
7 lines
71 B
Bash
Executable file
7 lines
71 B
Bash
Executable file
#!/bin/bash
|
|
|
|
source _common.sh
|
|
|
|
cd build
|
|
cd virtscreen-$PKGVER
|
|
debuild
|