create.sh 154 B

12345678910111213
  1. #!/bin/bash
  2. source ../_generic_create.sh
  3. function _ex() {
  4. echo "un" > first.txt
  5. echo "deux" > second.txt
  6. git add first.txt
  7. }
  8. _create _ex