Skip to content

Commit 6c72b1a

Browse files
committed
Merge branch 'main' of github.com:sebagomez/devopsdays-web
2 parents 8699b9f + 765c57c commit 6c72b1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utilities/add_speakers.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ read -p "Enter speaker linkedin profile (return for none): " linkedin
6969
[ -z "${linkedin}" ] && linkedin=''
7070
string_replace "SPEAKERLINKEDIN" "${linkedin}" "${speakerfile}"
7171

72+
#linkedin profile
73+
read -p "Enter speaker linkedin profile (return for none): " linkedin
74+
[ -z "${linkedin}" ] && linkedin=''
75+
sedcmd "s,SPEAKERLINKEDIN,$linkedin,g" $speakerfile
76+
77+
7278
# bio
7379
read -p "Enter speaker bio (return for none): " bio
7480
[ -z "${bio}" ] && bio=''

0 commit comments

Comments
 (0)