mirror of
https://github.com/morgan9e/helium
synced 2026-04-15 00:44:06 +09:00
6 lines
123 B
Bash
Executable File
6 lines
123 B
Bash
Executable File
#!/bin/bash
|
|
|
|
export QUILT_PATCHES=debian/patches
|
|
export QUILT_REFRESH_ARGS="-p ab --no-timestamps --no-index"
|
|
quilt pop -a
|