mirror of
https://github.com/kbumsik/VirtScreen.git
synced 2025-02-13 03:41:50 +00:00
7 lines
No EOL
138 B
Bash
7 lines
No EOL
138 B
Bash
#!/bin/bash
|
|
|
|
PKGVER=0.1.3
|
|
# Required for debmake
|
|
DEBEMAIL="k.bumsik@gmail.com"
|
|
DEBFULLNAME="Bumsik Kim"
|
|
export PKGVER DEBEMAIL DEBFULLNAME |