Skip to content

Commit

Permalink
Merge pull request #2 from felipealfonsog/development
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
felipealfonsog authored Feb 21, 2024
2 parents 4963abc + 23ea6db commit 14ae23e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/upd8all-wrp.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include <stdio.h>
#include <stdlib.h>

int main() {

system("python3 /usr/local/bin/upd8all.py");

return 0;
}

0 comments on commit 14ae23e

Please sign in to comment.