mirror of
https://github.com/zoriya/ash.git
synced 2026-06-03 10:55:41 +00:00
Handling the SIGINT
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
int main()
|
||||
{
|
||||
while (1);
|
||||
return (0);
|
||||
}
|
||||
Reference in New Issue
Block a user