8 lines
83 B
Bash
8 lines
83 B
Bash
#!/bin/sh
|
|
|
|
date=$(date +%F)
|
|
suite=ascii
|
|
|
|
dir=${suit}-${date}
|
|
|
|
debootstrap ${suite}
|