.sh template

#include <stdio.h>

int main() {
    // Your C code goes here

    return 0;
}
#!/bin/bash

# Your shell script code goes here