Skip to content
Snippets Groups Projects
run.sh 70 B
#!/bin/bash
gcc -g -fsanitize=address main.c shell.c -o shell

./shell