File: all_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 (20 lines) | stat: -rwxr-xr-x 408 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! /bin/bash

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

START=$(../src/vramsteg --now)
for i in {0..10}
do
  ../src/vramsteg --width 80 --label label --min 0 --max 10 --current $i --percentage --elapsed --estimate --start $START
  sleep 1
done

../src/vramsteg --width 80 --remove