8 lines
68 B
Bash
Executable File
8 lines
68 B
Bash
Executable File
#!/bin/bash -i
|
|
|
|
shopt -s expand_aliases
|
|
cd post
|
|
lpp dump*.packing
|
|
|
|
|