replace sherpa-v.py with sherpa-version.c
This commit is contained in:
5
sherpa-verison.c
Normal file
5
sherpa-verison.c
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdio.h>
|
||||
int main() {
|
||||
printf("Sherpa Terminal Emulator v1.0 // (C) 2022 Everest Linux Developers // This program comes with no warranty.");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user