oop / d.sh
Mohammed Foud
first commit
79d2a14
raw
history blame contribute delete
74 Bytes
#!/bin/bash
git add .
git commit -m "first commit"
git push -u origin main