Skip to content

Instantly share code, notes, and snippets.

@kirb
Created February 10, 2013 04:40
Show Gist options
  • Save kirb/4748380 to your computer and use it in GitHub Desktop.
Save kirb/4748380 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo -n "Drag and drop package directory: "
read dir
pushd "$dir"
dpkg-deb -b . ..
popd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment