Skip to content

Commit d02b812

Browse files
Merge branch 'main' into add-cypress-workflow
2 parents cb5ec62 + 4c57afc commit d02b812

3 files changed

Lines changed: 16 additions & 2 deletions

File tree

specs/flutter/flutter_build_runner_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Run Build Ruuner
2+
name: Run Build Runner
33
command: "flutter pub run build_runner build --delete-conflicting-outputs"
44
tags:
55
- flutter

specs/flutter/flutter_build_runner_watch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Run Build Ruuner Watch
2+
name: Run Build Runner Watch
33
command: "flutter pub run build_runner watch --delete-conflicting-outputs"
44
tags:
55
- flutter
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: Connect to openfortivpn with one time password
3+
command: "sudo openfortivpn -o {{otp}}"
4+
tags:
5+
- openfortivpn
6+
description: Uses one time password to connect to openfortivpn.
7+
arguments:
8+
- name: otp
9+
description: The one time password
10+
default_value: ~
11+
source_url: "https://manpages.debian.org/unstable/openfortivpn/openfortivpn.1.en.html"
12+
author: Rafal Petryka
13+
author_url: "https://github.com/RafalPetryka"
14+
shells: []

0 commit comments

Comments
 (0)