File: basic_default

package info (click to toggle)
vramsteg 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: python: 872; cpp: 838; sh: 333; makefile: 22
file content (18 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/bash

echo Default style
echo Default colors
echo Default width
echo No percentage
echo No elapsed time
echo No estimated remaining time
echo No label
echo No remove

for i in {0..10}
do
  ../src/vramsteg --min 0 --max 10 --current $i
  sleep 1
done
echo