File: fwdabort.sh

package info (click to toggle)
openapi-specification 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,604 kB
  • sloc: javascript: 425; sh: 189; makefile: 4
file content (10 lines) | stat: -rwxr-xr-x 135 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Aborts a fwdport.sh run cleanly

# Author: @MikeRalphson

git am -i --abort
rm -f *.mbox *.patch *.rej
git checkout main