replace sherpa-v.py with sherpa-version.c
This commit is contained in:
parent
b6ddf4a41c
commit
49bcf79e6e
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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user